home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.swapDepths(500 + _parent._parent.dep++);
- if(_parent.flywar == true)
- {
- _parent.gotoAndPlay("shake");
- }
- onEnterFrame = function()
- {
- if(_parent._parent.ability == "fly")
- {
- this.gotoAndPlay(16);
- }
- if(_parent.boss.hp <= 12 and _parent._parent.nowLevel == "level43")
- {
- delete this.onEnterFrame;
- this.removeMovieClip();
- }
- if(this.hitTest(_parent._parent.man.hitfk))
- {
- _parent._parent.man.stopFly = false;
- _parent._parent.s_point.start();
- _parent._parent.flyIco._visible = true;
- _parent._parent.ability = "fly";
- _parent._parent.man.xiaoguo.gotoAndPlay("blue");
- _parent._parent.flyIco._alpha = 100;
- _parent._parent.pTime = 0;
- _parent._parent.tMax = 10;
- _parent._parent.flyNow = false;
- _parent._parent.spdNow = false;
- _parent._parent.movspd = 5;
- _parent._parent.powerTime.gotoAndStop("fly");
- delete this.onEnterFrame;
- this.play();
- }
- };
-